home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC-Blue - MS DOS Public Domain Library
/
PC-Blue MS-DOS Public Domain Library - NYACC.iso
/
vol260
/
boosters.arc
/
FILLHEAP.PAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1985-11-03
|
501 b
|
14 lines
{ ------------------------
FILLHEAP fills heap page
character/attribute
block
------------------------ }
Procedure FillHeap ( Page : HeapBuf;
X1 : RowType;
Y1 : ColumnType;
X2 : RowType;
Y2 : ColumnType;
C : Char;
Att : Byte); external 'FillHeap.com';
{ Fill Page from (X1,Y1) to (X2,Y2)
with C character and Att byte }